GroupId | GroupIdcom.mtvi.plateng |
---|---|
ArtifactId | ArtifactIdtest-support |
Version | Version1.0-alpha-3 |
Type | Typejar |
Filename | Size |
---|---|
test-support-1.0-alpha-3.pom | |
test-support-1.0-alpha-3.jar | 5 KB |
test-support-1.0-alpha-3-sources.jar | 3 KB |
test-support-1.0-alpha-3-javadoc.jar | 44 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.mtvi.plateng/test-support/ -->
<dependency>
<groupId>com.mtvi.plateng</groupId>
<artifactId>test-support</artifactId>
<version>1.0-alpha-3</version>
</dependency>
// https://jarcasting.com/artifacts/com.mtvi.plateng/test-support/
implementation 'com.mtvi.plateng:test-support:1.0-alpha-3'
// https://jarcasting.com/artifacts/com.mtvi.plateng/test-support/
implementation ("com.mtvi.plateng:test-support:1.0-alpha-3")
'com.mtvi.plateng:test-support:jar:1.0-alpha-3'
<dependency org="com.mtvi.plateng" name="test-support" rev="1.0-alpha-3">
<artifact name="test-support" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.mtvi.plateng', module='test-support', version='1.0-alpha-3')
)
libraryDependencies += "com.mtvi.plateng" % "test-support" % "1.0-alpha-3"
[com.mtvi.plateng/test-support "1.0-alpha-3"]