Categories |
CategoriesORM Data |
---|---|
GroupId | GroupIdcom.github.sdcxy |
ArtifactId | ArtifactIdthird-party-platform |
Version | Version0.0.1 |
Type | Typejar |
Filename | Size |
---|---|
third-party-platform-0.0.1.pom | |
third-party-platform-0.0.1.jar | 87 KB |
third-party-platform-0.0.1-sources.jar | 50 KB |
third-party-platform-0.0.1-javadoc.jar | 514 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.sdcxy/third-party-platform/ -->
<dependency>
<groupId>com.github.sdcxy</groupId>
<artifactId>third-party-platform</artifactId>
<version>0.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.sdcxy/third-party-platform/
implementation 'com.github.sdcxy:third-party-platform:0.0.1'
// https://jarcasting.com/artifacts/com.github.sdcxy/third-party-platform/
implementation ("com.github.sdcxy:third-party-platform:0.0.1")
'com.github.sdcxy:third-party-platform:jar:0.0.1'
<dependency org="com.github.sdcxy" name="third-party-platform" rev="0.0.1">
<artifact name="third-party-platform" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.sdcxy', module='third-party-platform', version='0.0.1')
)
libraryDependencies += "com.github.sdcxy" % "third-party-platform" % "0.0.1"
[com.github.sdcxy/third-party-platform "0.0.1"]