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