Categories |
CategoriesIDE Development Tools |
---|---|
GroupId | GroupIdorg.outsideMyBox |
ArtifactId | ArtifactIdtestUtils |
Version | Version0.1.0 |
Type | Typejar |
Filename | Size |
---|---|
testUtils-0.1.0.pom | |
testUtils-0.1.0.jar | 14 KB |
testUtils-0.1.0-sources.jar | 7 KB |
testUtils-0.1.0-javadoc.jar | 40 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.outsideMyBox/testUtils/ -->
<dependency>
<groupId>org.outsideMyBox</groupId>
<artifactId>testUtils</artifactId>
<version>0.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.outsideMyBox/testUtils/
implementation 'org.outsideMyBox:testUtils:0.1.0'
// https://jarcasting.com/artifacts/org.outsideMyBox/testUtils/
implementation ("org.outsideMyBox:testUtils:0.1.0")
'org.outsideMyBox:testUtils:jar:0.1.0'
<dependency org="org.outsideMyBox" name="testUtils" rev="0.1.0">
<artifact name="testUtils" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.outsideMyBox', module='testUtils', version='0.1.0')
)
libraryDependencies += "org.outsideMyBox" % "testUtils" % "0.1.0"
[org.outsideMyBox/testUtils "0.1.0"]