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