Categories |
CategoriesDoma Data ORM |
---|---|
GroupId | GroupIdcom.unstoppabledomains.resolution |
ArtifactId | ArtifactIdresolution |
Version | Version1.0.3 |
Type | Typejar |
Filename | Size |
---|---|
resolution-1.0.3.pom | |
resolution-1.0.3.jar | 25 KB |
resolution-1.0.3-sources.jar | 14 KB |
resolution-1.0.3-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.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.unstoppabledomains.resolution/resolution/
implementation 'com.unstoppabledomains.resolution:resolution:1.0.3'
// https://jarcasting.com/artifacts/com.unstoppabledomains.resolution/resolution/
implementation ("com.unstoppabledomains.resolution:resolution:1.0.3")
'com.unstoppabledomains.resolution:resolution:jar:1.0.3'
<dependency org="com.unstoppabledomains.resolution" name="resolution" rev="1.0.3">
<artifact name="resolution" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.unstoppabledomains.resolution', module='resolution', version='1.0.3')
)
libraryDependencies += "com.unstoppabledomains.resolution" % "resolution" % "1.0.3"
[com.unstoppabledomains.resolution/resolution "1.0.3"]