is not current version
Last Version 1.0.1

com.github.xlongshu.maven:java-starter 1.0


Categories

Categories

Java Languages Maven Build Tools
GroupId

GroupId

com.github.xlongshu.maven
ArtifactId

ArtifactId

java-starter
Version

Version

1.0
Type

Type

pom

Download java-starter 1.0

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"]