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