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