GroupId | GroupIdorg.chalup.thneed |
---|---|
ArtifactId | ArtifactIdthneed |
Version | Version0.1 |
Type | Typejar |
Filename | Size |
---|---|
thneed-0.1.pom | |
thneed-0.1.jar | 26 KB |
thneed-0.1-sources.jar | 8 KB |
thneed-0.1-javadoc.jar | 82 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.chalup.thneed/thneed/ -->
<dependency>
<groupId>org.chalup.thneed</groupId>
<artifactId>thneed</artifactId>
<version>0.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.chalup.thneed/thneed/
implementation 'org.chalup.thneed:thneed:0.1'
// https://jarcasting.com/artifacts/org.chalup.thneed/thneed/
implementation ("org.chalup.thneed:thneed:0.1")
'org.chalup.thneed:thneed:jar:0.1'
<dependency org="org.chalup.thneed" name="thneed" rev="0.1">
<artifact name="thneed" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.chalup.thneed', module='thneed', version='0.1')
)
libraryDependencies += "org.chalup.thneed" % "thneed" % "0.1"
[org.chalup.thneed/thneed "0.1"]