License |
License |
---|---|
GroupId | GroupIdorg.irenical.jindy |
ArtifactId | ArtifactIdjindy-test |
Last Version | Last Version3.0.2 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionJindy Test
JUnit tests for jindy implementations
|
Project Organization |
Project OrganizationIrenical |
Filename | Size |
---|---|
jindy-test-3.0.2.pom | |
jindy-test-3.0.2.jar | 6 KB |
jindy-test-3.0.2-sources.jar | 2 KB |
jindy-test-3.0.2-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.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.irenical.jindy/jindy-test/
implementation 'org.irenical.jindy:jindy-test:3.0.2'
// https://jarcasting.com/artifacts/org.irenical.jindy/jindy-test/
implementation ("org.irenical.jindy:jindy-test:3.0.2")
'org.irenical.jindy:jindy-test:jar:3.0.2'
<dependency org="org.irenical.jindy" name="jindy-test" rev="3.0.2">
<artifact name="jindy-test" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.irenical.jindy', module='jindy-test', version='3.0.2')
)
libraryDependencies += "org.irenical.jindy" % "jindy-test" % "3.0.2"
[org.irenical.jindy/jindy-test "3.0.2"]
Group / Artifact | Type | Version |
---|---|---|
org.irenical.jindy : jindy-api | jar | 3.0.2 |
junit : junit | jar | 4.12 |
ch.qos.logback : logback-classic | jar | 1.1.7 |
org.slf4j : slf4j-api | jar | 1.7.25 |