Categories |
CategoriesORM Data |
---|---|
GroupId | GroupIdcom.momomo |
ArtifactId | ArtifactIdmomomo.com.platform.Nanotime |
Version | Version1.4.2 |
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.4.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.momomo/momomo.com.platform.Nanotime/
implementation 'com.momomo:momomo.com.platform.Nanotime:1.4.2'
// https://jarcasting.com/artifacts/com.momomo/momomo.com.platform.Nanotime/
implementation ("com.momomo:momomo.com.platform.Nanotime:1.4.2")
'com.momomo:momomo.com.platform.Nanotime:jar:1.4.2'
<dependency org="com.momomo" name="momomo.com.platform.Nanotime" rev="1.4.2">
<artifact name="momomo.com.platform.Nanotime" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.momomo', module='momomo.com.platform.Nanotime', version='1.4.2')
)
libraryDependencies += "com.momomo" % "momomo.com.platform.Nanotime" % "1.4.2"
[com.momomo/momomo.com.platform.Nanotime "1.4.2"]