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