License |
License |
---|---|
Categories |
CategoriesMaven Build Tools Native Development Tools |
GroupId | GroupIdcom.github.xlongshu.maven |
ArtifactId | ArtifactIdnative-starter |
Last Version | Last Version1.0.1 |
Release Date | Release Date |
Type | Typepom |
Description |
Descriptionnative-starter
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
native-starter-1.0.1.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.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.xlongshu.maven/native-starter/
implementation 'com.github.xlongshu.maven:native-starter:1.0.1'
// https://jarcasting.com/artifacts/com.github.xlongshu.maven/native-starter/
implementation ("com.github.xlongshu.maven:native-starter:1.0.1")
'com.github.xlongshu.maven:native-starter:pom:1.0.1'
<dependency org="com.github.xlongshu.maven" name="native-starter" rev="1.0.1">
<artifact name="native-starter" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.xlongshu.maven', module='native-starter', version='1.0.1')
)
libraryDependencies += "com.github.xlongshu.maven" % "native-starter" % "1.0.1"
[com.github.xlongshu.maven/native-starter "1.0.1"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |