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