GroupId | GroupIdcom.github.cico216 |
---|---|
ArtifactId | ArtifactIdmnt-base-aggregation |
Version | Version1.0 |
Type | Typepom |
Filename | Size |
---|---|
mnt-base-aggregation-1.0.pom | 7 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.cico216/mnt-base-aggregation/ -->
<dependency>
<groupId>com.github.cico216</groupId>
<artifactId>mnt-base-aggregation</artifactId>
<version>1.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.cico216/mnt-base-aggregation/
implementation 'com.github.cico216:mnt-base-aggregation:1.0'
// https://jarcasting.com/artifacts/com.github.cico216/mnt-base-aggregation/
implementation ("com.github.cico216:mnt-base-aggregation:1.0")
'com.github.cico216:mnt-base-aggregation:pom:1.0'
<dependency org="com.github.cico216" name="mnt-base-aggregation" rev="1.0">
<artifact name="mnt-base-aggregation" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.cico216', module='mnt-base-aggregation', version='1.0')
)
libraryDependencies += "com.github.cico216" % "mnt-base-aggregation" % "1.0"
[com.github.cico216/mnt-base-aggregation "1.0"]