Categories |
CategoriesDoma Data ORM |
---|---|
GroupId | GroupIdcom.seanshubin.detangler |
ArtifactId | ArtifactIddetangler-domain |
Version | Version0.9.2 |
Type | Typejar |
Filename | Size |
---|---|
detangler-domain-0.9.2.pom | |
detangler-domain-0.9.2.jar | 76 KB |
detangler-domain-0.9.2-test-sources.jar | 8 KB |
detangler-domain-0.9.2-sources.jar | 11 KB |
detangler-domain-0.9.2-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.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.seanshubin.detangler/detangler-domain/
implementation 'com.seanshubin.detangler:detangler-domain:0.9.2'
// https://jarcasting.com/artifacts/com.seanshubin.detangler/detangler-domain/
implementation ("com.seanshubin.detangler:detangler-domain:0.9.2")
'com.seanshubin.detangler:detangler-domain:jar:0.9.2'
<dependency org="com.seanshubin.detangler" name="detangler-domain" rev="0.9.2">
<artifact name="detangler-domain" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.seanshubin.detangler', module='detangler-domain', version='0.9.2')
)
libraryDependencies += "com.seanshubin.detangler" % "detangler-domain" % "0.9.2"
[com.seanshubin.detangler/detangler-domain "0.9.2"]