Categories |
CategoriesDoma Data ORM |
---|---|
GroupId | GroupIdcom.seanshubin.detangler |
ArtifactId | ArtifactIddetangler-domain |
Version | Version0.9 |
Type | Typejar |
Filename | Size |
---|---|
detangler-domain-0.9.pom | |
detangler-domain-0.9.jar | 95 KB |
detangler-domain-0.9-test-sources.jar | 6 KB |
detangler-domain-0.9-sources.jar | 9 KB |
detangler-domain-0.9-javadoc.jar | 25 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.seanshubin.detangler/detangler-domain/ -->
<dependency>
<groupId>com.seanshubin.detangler</groupId>
<artifactId>detangler-domain</artifactId>
<version>0.9</version>
</dependency>
// https://jarcasting.com/artifacts/com.seanshubin.detangler/detangler-domain/
implementation 'com.seanshubin.detangler:detangler-domain:0.9'
// https://jarcasting.com/artifacts/com.seanshubin.detangler/detangler-domain/
implementation ("com.seanshubin.detangler:detangler-domain:0.9")
'com.seanshubin.detangler:detangler-domain:jar:0.9'
<dependency org="com.seanshubin.detangler" name="detangler-domain" rev="0.9">
<artifact name="detangler-domain" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.seanshubin.detangler', module='detangler-domain', version='0.9')
)
libraryDependencies += "com.seanshubin.detangler" % "detangler-domain" % "0.9"
[com.seanshubin.detangler/detangler-domain "0.9"]