Categories |
CategoriesMaven Build Tools Native Development Tools |
---|---|
GroupId | GroupIdcom.github.xlongshu.maven |
ArtifactId | ArtifactIdnative-starter |
Version | Version1.0 |
Type | Typepom |
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"]