Categories |
CategoriesDoma Data ORM |
---|---|
GroupId | GroupIdcom.processpuzzle |
ArtifactId | ArtifactIdprocesspuzzle-litest-domain |
Version | Version0.3.1-RELEASE |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.processpuzzle/processpuzzle-litest-domain/ -->
<dependency>
<groupId>com.processpuzzle</groupId>
<artifactId>processpuzzle-litest-domain</artifactId>
<version>0.3.1-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.processpuzzle/processpuzzle-litest-domain/
implementation 'com.processpuzzle:processpuzzle-litest-domain:0.3.1-RELEASE'
// https://jarcasting.com/artifacts/com.processpuzzle/processpuzzle-litest-domain/
implementation ("com.processpuzzle:processpuzzle-litest-domain:0.3.1-RELEASE")
'com.processpuzzle:processpuzzle-litest-domain:jar:0.3.1-RELEASE'
<dependency org="com.processpuzzle" name="processpuzzle-litest-domain" rev="0.3.1-RELEASE">
<artifact name="processpuzzle-litest-domain" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.processpuzzle', module='processpuzzle-litest-domain', version='0.3.1-RELEASE')
)
libraryDependencies += "com.processpuzzle" % "processpuzzle-litest-domain" % "0.3.1-RELEASE"
[com.processpuzzle/processpuzzle-litest-domain "0.3.1-RELEASE"]