Categories |
CategoriesDoma Data ORM |
---|---|
GroupId | GroupIdcom.unstoppabledomains.resolution |
ArtifactId | ArtifactIdresolution |
Version | Version1.0.0u |
Type | Typejar |
Filename | Size |
---|---|
resolution-1.0.0u.pom | |
resolution-1.0.0u.jar | 23 KB |
resolution-1.0.0u-sources.jar | 13 KB |
resolution-1.0.0u-javadoc.jar | 447 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.unstoppabledomains.resolution/resolution/ -->
<dependency>
<groupId>com.unstoppabledomains.resolution</groupId>
<artifactId>resolution</artifactId>
<version>1.0.0u</version>
</dependency>
// https://jarcasting.com/artifacts/com.unstoppabledomains.resolution/resolution/
implementation 'com.unstoppabledomains.resolution:resolution:1.0.0u'
// https://jarcasting.com/artifacts/com.unstoppabledomains.resolution/resolution/
implementation ("com.unstoppabledomains.resolution:resolution:1.0.0u")
'com.unstoppabledomains.resolution:resolution:jar:1.0.0u'
<dependency org="com.unstoppabledomains.resolution" name="resolution" rev="1.0.0u">
<artifact name="resolution" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.unstoppabledomains.resolution', module='resolution', version='1.0.0u')
)
libraryDependencies += "com.unstoppabledomains.resolution" % "resolution" % "1.0.0u"
[com.unstoppabledomains.resolution/resolution "1.0.0u"]