Categories |
CategoriesData |
---|---|
GroupId | GroupIdcom.github.Y292450104 |
ArtifactId | ArtifactIdtestdata |
Version | Version1.0 |
Type | Typejar |
Filename | Size |
---|---|
testdata-1.0.pom | |
testdata-1.0.jar | 29 KB |
testdata-1.0-sources.jar | 18 KB |
testdata-1.0-javadoc.jar | 126 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.Y292450104/testdata/ -->
<dependency>
<groupId>com.github.Y292450104</groupId>
<artifactId>testdata</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.Y292450104/testdata/
implementation 'com.github.Y292450104:testdata:1.0'
// https://jarcasting.com/artifacts/com.github.Y292450104/testdata/
implementation ("com.github.Y292450104:testdata:1.0")
'com.github.Y292450104:testdata:jar:1.0'
<dependency org="com.github.Y292450104" name="testdata" rev="1.0">
<artifact name="testdata" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.Y292450104', module='testdata', version='1.0')
)
libraryDependencies += "com.github.Y292450104" % "testdata" % "1.0"
[com.github.Y292450104/testdata "1.0"]