Categories |
CategoriesJava Languages |
---|---|
GroupId | GroupIdcom.github.jinahya |
ArtifactId | ArtifactIdverbose-java-hello-world-api |
Version | Version0.1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.jinahya/verbose-java-hello-world-api/ -->
<dependency>
<groupId>com.github.jinahya</groupId>
<artifactId>verbose-java-hello-world-api</artifactId>
<version>0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.jinahya/verbose-java-hello-world-api/
implementation 'com.github.jinahya:verbose-java-hello-world-api:0.1'
// https://jarcasting.com/artifacts/com.github.jinahya/verbose-java-hello-world-api/
implementation ("com.github.jinahya:verbose-java-hello-world-api:0.1")
'com.github.jinahya:verbose-java-hello-world-api:jar:0.1'
<dependency org="com.github.jinahya" name="verbose-java-hello-world-api" rev="0.1">
<artifact name="verbose-java-hello-world-api" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.jinahya', module='verbose-java-hello-world-api', version='0.1')
)
libraryDependencies += "com.github.jinahya" % "verbose-java-hello-world-api" % "0.1"
[com.github.jinahya/verbose-java-hello-world-api "0.1"]