Categories |
CategoriesJava Languages Maven Build Tools |
---|---|
GroupId | GroupIdcom.github.xlongshu.maven |
ArtifactId | ArtifactIdjava-starter |
Version | Version1.0 |
Type | Typepom |
Filename | Size |
---|---|
java-starter-1.0.pom | 1020 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.xlongshu.maven/java-starter/ -->
<dependency>
<groupId>com.github.xlongshu.maven</groupId>
<artifactId>java-starter</artifactId>
<version>1.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.xlongshu.maven/java-starter/
implementation 'com.github.xlongshu.maven:java-starter:1.0'
// https://jarcasting.com/artifacts/com.github.xlongshu.maven/java-starter/
implementation ("com.github.xlongshu.maven:java-starter:1.0")
'com.github.xlongshu.maven:java-starter:pom:1.0'
<dependency org="com.github.xlongshu.maven" name="java-starter" rev="1.0">
<artifact name="java-starter" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.xlongshu.maven', module='java-starter', version='1.0')
)
libraryDependencies += "com.github.xlongshu.maven" % "java-starter" % "1.0"
[com.github.xlongshu.maven/java-starter "1.0"]