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