GroupId | GroupIdorg.joeyb.undercarriage |
---|---|
ArtifactId | ArtifactIdcore-testing |
Version | Version1.1.0 |
Type | Typejar |
Filename | Size |
---|---|
core-testing-1.1.0.pom | |
core-testing-1.1.0.jar | 4 KB |
core-testing-1.1.0-sources.jar | 3 KB |
core-testing-1.1.0-javadoc.jar | 30 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.joeyb.undercarriage/core-testing/ -->
<dependency>
<groupId>org.joeyb.undercarriage</groupId>
<artifactId>core-testing</artifactId>
<version>1.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.joeyb.undercarriage/core-testing/
implementation 'org.joeyb.undercarriage:core-testing:1.1.0'
// https://jarcasting.com/artifacts/org.joeyb.undercarriage/core-testing/
implementation ("org.joeyb.undercarriage:core-testing:1.1.0")
'org.joeyb.undercarriage:core-testing:jar:1.1.0'
<dependency org="org.joeyb.undercarriage" name="core-testing" rev="1.1.0">
<artifact name="core-testing" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.joeyb.undercarriage', module='core-testing', version='1.1.0')
)
libraryDependencies += "org.joeyb.undercarriage" % "core-testing" % "1.1.0"
[org.joeyb.undercarriage/core-testing "1.1.0"]