Categories |
CategoriesNet |
---|---|
GroupId | GroupIdorg.onetwo4j |
ArtifactId | ArtifactIdonetwo-test |
Version | Version4.3.7 |
Type | Typejar |
Filename | Size |
---|---|
onetwo-test-4.3.7.pom | |
onetwo-test-4.3.7.jar | 9 KB |
onetwo-test-4.3.7-sources.jar | 6 KB |
onetwo-test-4.3.7-javadoc.jar | 54 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.onetwo4j/onetwo-test/ -->
<dependency>
<groupId>org.onetwo4j</groupId>
<artifactId>onetwo-test</artifactId>
<version>4.3.7</version>
</dependency>
// https://jarcasting.com/artifacts/org.onetwo4j/onetwo-test/
implementation 'org.onetwo4j:onetwo-test:4.3.7'
// https://jarcasting.com/artifacts/org.onetwo4j/onetwo-test/
implementation ("org.onetwo4j:onetwo-test:4.3.7")
'org.onetwo4j:onetwo-test:jar:4.3.7'
<dependency org="org.onetwo4j" name="onetwo-test" rev="4.3.7">
<artifact name="onetwo-test" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.onetwo4j', module='onetwo-test', version='4.3.7')
)
libraryDependencies += "org.onetwo4j" % "onetwo-test" % "4.3.7"
[org.onetwo4j/onetwo-test "4.3.7"]