GroupId | GroupIdorg.irenical.jindy |
---|---|
ArtifactId | ArtifactIdjindy-test |
Version | Version3.0.1 |
Type | Typejar |
Filename | Size |
---|---|
jindy-test-3.0.1.pom | |
jindy-test-3.0.1.jar | 6 KB |
jindy-test-3.0.1-sources.jar | 4 KB |
jindy-test-3.0.1-javadoc.jar | 40 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.irenical.jindy/jindy-test/ -->
<dependency>
<groupId>org.irenical.jindy</groupId>
<artifactId>jindy-test</artifactId>
<version>3.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.irenical.jindy/jindy-test/
implementation 'org.irenical.jindy:jindy-test:3.0.1'
// https://jarcasting.com/artifacts/org.irenical.jindy/jindy-test/
implementation ("org.irenical.jindy:jindy-test:3.0.1")
'org.irenical.jindy:jindy-test:jar:3.0.1'
<dependency org="org.irenical.jindy" name="jindy-test" rev="3.0.1">
<artifact name="jindy-test" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.irenical.jindy', module='jindy-test', version='3.0.1')
)
libraryDependencies += "org.irenical.jindy" % "jindy-test" % "3.0.1"
[org.irenical.jindy/jindy-test "3.0.1"]