Categories |
CategoriesORM Data |
---|---|
GroupId | GroupIdcom.momomo |
ArtifactId | ArtifactIdmomomo.com.platform.Nanotime |
Version | Version1.3.5 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.momomo/momomo.com.platform.Nanotime/ -->
<dependency>
<groupId>com.momomo</groupId>
<artifactId>momomo.com.platform.Nanotime</artifactId>
<version>1.3.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.momomo/momomo.com.platform.Nanotime/
implementation 'com.momomo:momomo.com.platform.Nanotime:1.3.5'
// https://jarcasting.com/artifacts/com.momomo/momomo.com.platform.Nanotime/
implementation ("com.momomo:momomo.com.platform.Nanotime:1.3.5")
'com.momomo:momomo.com.platform.Nanotime:jar:1.3.5'
<dependency org="com.momomo" name="momomo.com.platform.Nanotime" rev="1.3.5">
<artifact name="momomo.com.platform.Nanotime" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.momomo', module='momomo.com.platform.Nanotime', version='1.3.5')
)
libraryDependencies += "com.momomo" % "momomo.com.platform.Nanotime" % "1.3.5"
[com.momomo/momomo.com.platform.Nanotime "1.3.5"]