is not current version
Last Version 1.0.1

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

native-starter

Categories

Categories

Maven Build Tools Native Development Tools
GroupId

GroupId

com.github.xlongshu.maven
ArtifactId

ArtifactId

native-starter
Version

Version

1.0
Type

Type

pom

Download native-starter 1.0

Filename Size
native-starter-1.0.pom 2 KB
Browse

<!-- https://jarcasting.com/artifacts/com.github.xlongshu.maven/native-starter/ -->
<dependency>
    <groupId>com.github.xlongshu.maven</groupId>
    <artifactId>native-starter</artifactId>
    <version>1.0</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.xlongshu.maven/native-starter/
implementation 'com.github.xlongshu.maven:native-starter:1.0'
// https://jarcasting.com/artifacts/com.github.xlongshu.maven/native-starter/
implementation ("com.github.xlongshu.maven:native-starter:1.0")
'com.github.xlongshu.maven:native-starter:pom:1.0'
<dependency org="com.github.xlongshu.maven" name="native-starter" rev="1.0">
  <artifact name="native-starter" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.xlongshu.maven', module='native-starter', version='1.0')
)
libraryDependencies += "com.github.xlongshu.maven" % "native-starter" % "1.0"
[com.github.xlongshu.maven/native-starter "1.0"]