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