Categories |
CategoriesDoma Data ORM |
---|---|
GroupId | GroupIdcom.unstoppabledomains.resolution |
ArtifactId | ArtifactIdunstoppable-resolution |
Version | Version1.0.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.unstoppabledomains.resolution/unstoppable-resolution/ -->
<dependency>
<groupId>com.unstoppabledomains.resolution</groupId>
<artifactId>unstoppable-resolution</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.unstoppabledomains.resolution/unstoppable-resolution/
implementation 'com.unstoppabledomains.resolution:unstoppable-resolution:1.0.0'
// https://jarcasting.com/artifacts/com.unstoppabledomains.resolution/unstoppable-resolution/
implementation ("com.unstoppabledomains.resolution:unstoppable-resolution:1.0.0")
'com.unstoppabledomains.resolution:unstoppable-resolution:jar:1.0.0'
<dependency org="com.unstoppabledomains.resolution" name="unstoppable-resolution" rev="1.0.0">
<artifact name="unstoppable-resolution" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.unstoppabledomains.resolution', module='unstoppable-resolution', version='1.0.0')
)
libraryDependencies += "com.unstoppabledomains.resolution" % "unstoppable-resolution" % "1.0.0"
[com.unstoppabledomains.resolution/unstoppable-resolution "1.0.0"]