Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Would you consider publishing this on Maven? #1

Open
SRGOM opened this issue Apr 24, 2017 · 5 comments
Open

Would you consider publishing this on Maven? #1

SRGOM opened this issue Apr 24, 2017 · 5 comments

Comments

@SRGOM
Copy link

SRGOM commented Apr 24, 2017

Much easier for people to use from there.

@SRGOM
Copy link
Author

SRGOM commented May 4, 2017

This pom.xml should suffice:

<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">

  <modelVersion>4.0.0</modelVersion>
  <groupId>com.wellebee.sanskrit</groupId>
  <artifactId>sanscript</artifactId>
  <version>1.0</version>
  <packaging>jar</packaging>
 
  <name>Sanscript</name>
  <description>Transliteration tools for Sanskrit in (Devanagari and many other Indic scripts)</description>
  <url>https://github.com/sanskrit</url>
 
  <licenses>
    <license>
      <name>MIT License</name>
      <url>http://www.opensource.org/licenses/mit-license.php</url>
      <distribution>repo</distribution>
    </license>
  </licenses>

  <developers>
    <developer>
      <name>Keith Morgan</name>
      <email>[email protected]</email>
      <organization>Wellebee</organization>
      <organizationUrl>http://www.wellebee.com</organizationUrl>
    </developer>
  </developers>
  
  <scm>
    <connection>scm:git:git://github.com/sanskrit/sanscript.java.git</connection>
    <developerConnection>scm:git:ssh://github.com:sanskrit/sanscript.java.git</developerConnection>
    <url>http://github.com/sanskrit/sanscript.java/tree/master</url>
  </scm>
 
</project>

@SRGOM
Copy link
Author

SRGOM commented May 4, 2017

Here are the rest of the steps but it's best if they are done by the dev: http://stackoverflow.com/a/42917618/247077

@hovi
Copy link

hovi commented Dec 17, 2019

I created fork gradle kotlin multiplatform, that is hosted on jitpack so you can use it as maven dependency if you don't mind kotlin ;)

@SRGOM
Copy link
Author

SRGOM commented Dec 21, 2019

If kotlin runs on jvm, you think I can call it from java/scala? can you link me to the jitpack artifcat please?

@hovi
Copy link

hovi commented Dec 24, 2019

Sure, try it on your own:
implementation 'com.github.hovi.sanscript-kt:sanscript-jvm:0.0.3'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants