GroupId | GroupIdcom.github.aqiu202 |
---|---|
ArtifactId | ArtifactIdstarter |
Version | Version1.1.2 |
Type | Typepom |
Filename | Size |
---|---|
starter-1.1.2.pom | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.aqiu202/starter/ -->
<dependency>
<groupId>com.github.aqiu202</groupId>
<artifactId>starter</artifactId>
<version>1.1.2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.aqiu202/starter/
implementation 'com.github.aqiu202:starter:1.1.2'
// https://jarcasting.com/artifacts/com.github.aqiu202/starter/
implementation ("com.github.aqiu202:starter:1.1.2")
'com.github.aqiu202:starter:pom:1.1.2'
<dependency org="com.github.aqiu202" name="starter" rev="1.1.2">
<artifact name="starter" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.aqiu202', module='starter', version='1.1.2')
)
libraryDependencies += "com.github.aqiu202" % "starter" % "1.1.2"
[com.github.aqiu202/starter "1.1.2"]