Categories |
CategoriesDoma Data ORM |
---|---|
GroupId | GroupIdcom.github.taccisum |
ArtifactId | ArtifactIddomain-core |
Version | Version0.1 |
Type | Typejar |
Description |
Description |
Filename | Size |
---|---|
domain-core-0.1.pom | |
domain-core-0.1-sources.jar | 2 KB |
domain-core-0.1-javadoc.jar | 28 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.taccisum/domain-core/ -->
<dependency>
<groupId>com.github.taccisum</groupId>
<artifactId>domain-core</artifactId>
<version>0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.taccisum/domain-core/
implementation 'com.github.taccisum:domain-core:0.1'
// https://jarcasting.com/artifacts/com.github.taccisum/domain-core/
implementation ("com.github.taccisum:domain-core:0.1")
'com.github.taccisum:domain-core:jar:0.1'
<dependency org="com.github.taccisum" name="domain-core" rev="0.1">
<artifact name="domain-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.taccisum', module='domain-core', version='0.1')
)
libraryDependencies += "com.github.taccisum" % "domain-core" % "0.1"
[com.github.taccisum/domain-core "0.1"]