GroupId | GroupIdorg.bitbucket.openisoj |
---|---|
ArtifactId | ArtifactIdopenisoj-tests |
Version | Version1.1.3 |
Type | Typejar |
Filename | Size |
---|---|
openisoj-tests-1.1.3.pom | |
openisoj-tests-1.1.3.jar | 4 KB |
openisoj-tests-1.1.3-sources.jar | 1 KB |
openisoj-tests-1.1.3-javadoc.jar | 42 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.bitbucket.openisoj/openisoj-tests/ -->
<dependency>
<groupId>org.bitbucket.openisoj</groupId>
<artifactId>openisoj-tests</artifactId>
<version>1.1.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.bitbucket.openisoj/openisoj-tests/
implementation 'org.bitbucket.openisoj:openisoj-tests:1.1.3'
// https://jarcasting.com/artifacts/org.bitbucket.openisoj/openisoj-tests/
implementation ("org.bitbucket.openisoj:openisoj-tests:1.1.3")
'org.bitbucket.openisoj:openisoj-tests:jar:1.1.3'
<dependency org="org.bitbucket.openisoj" name="openisoj-tests" rev="1.1.3">
<artifact name="openisoj-tests" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.bitbucket.openisoj', module='openisoj-tests', version='1.1.3')
)
libraryDependencies += "org.bitbucket.openisoj" % "openisoj-tests" % "1.1.3"
[org.bitbucket.openisoj/openisoj-tests "1.1.3"]