| License |
License |
|---|---|
| GroupId | GroupIdcom.github.alice52 |
| ArtifactId | ArtifactIdcommon-api-all |
| Last Version | Last Version1.0 |
| Release Date | Release Date |
| Type | Typepom |
| Description |
DescriptionSonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/
|
| Filename | Size |
|---|---|
| common-api-all-1.0.pom | 8 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.alice52/common-api-all/ -->
<dependency>
<groupId>com.github.alice52</groupId>
<artifactId>common-api-all</artifactId>
<version>1.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.alice52/common-api-all/
implementation 'com.github.alice52:common-api-all:1.0'
// https://jarcasting.com/artifacts/com.github.alice52/common-api-all/
implementation ("com.github.alice52:common-api-all:1.0")
'com.github.alice52:common-api-all:pom:1.0'
<dependency org="com.github.alice52" name="common-api-all" rev="1.0">
<artifact name="common-api-all" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.alice52', module='common-api-all', version='1.0')
)
libraryDependencies += "com.github.alice52" % "common-api-all" % "1.0"
[com.github.alice52/common-api-all "1.0"]