License |
License |
---|---|
Categories |
CategoriesMaven Build Tools |
GroupId | GroupIdcom.github.sdcxy |
ArtifactId | ArtifactIdmaven-repository |
Version | Version1.0.2 |
Type | Typepom |
Description |
Descriptionmaven-repository
this is a maven repository
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
maven-repository-1.0.2.pom | 11 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.sdcxy/maven-repository/ -->
<dependency>
<groupId>com.github.sdcxy</groupId>
<artifactId>maven-repository</artifactId>
<version>1.0.2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.sdcxy/maven-repository/
implementation 'com.github.sdcxy:maven-repository:1.0.2'
// https://jarcasting.com/artifacts/com.github.sdcxy/maven-repository/
implementation ("com.github.sdcxy:maven-repository:1.0.2")
'com.github.sdcxy:maven-repository:pom:1.0.2'
<dependency org="com.github.sdcxy" name="maven-repository" rev="1.0.2">
<artifact name="maven-repository" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.sdcxy', module='maven-repository', version='1.0.2')
)
libraryDependencies += "com.github.sdcxy" % "maven-repository" % "1.0.2"
[com.github.sdcxy/maven-repository "1.0.2"]