Categories |
CategoriesAnt Build Tools |
---|---|
GroupId | GroupIdcom.github.antennaesdk |
ArtifactId | ArtifactIdmms-parent |
Version | Version0.1.5 |
Type | Typepom |
Filename | Size |
---|---|
mms-parent-0.1.5.pom | 4 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.antennaesdk/mms-parent/ -->
<dependency>
<groupId>com.github.antennaesdk</groupId>
<artifactId>mms-parent</artifactId>
<version>0.1.5</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.antennaesdk/mms-parent/
implementation 'com.github.antennaesdk:mms-parent:0.1.5'
// https://jarcasting.com/artifacts/com.github.antennaesdk/mms-parent/
implementation ("com.github.antennaesdk:mms-parent:0.1.5")
'com.github.antennaesdk:mms-parent:pom:0.1.5'
<dependency org="com.github.antennaesdk" name="mms-parent" rev="0.1.5">
<artifact name="mms-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.antennaesdk', module='mms-parent', version='0.1.5')
)
libraryDependencies += "com.github.antennaesdk" % "mms-parent" % "0.1.5"
[com.github.antennaesdk/mms-parent "0.1.5"]