Categories |
CategoriesAnt Build Tools |
---|---|
GroupId | GroupIdcom.antelopesystem.crudframework |
ArtifactId | ArtifactIdcrud-framework-dsl |
Version | Version0.2.0-RC4 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.antelopesystem.crudframework/crud-framework-dsl/ -->
<dependency>
<groupId>com.antelopesystem.crudframework</groupId>
<artifactId>crud-framework-dsl</artifactId>
<version>0.2.0-RC4</version>
</dependency>
// https://jarcasting.com/artifacts/com.antelopesystem.crudframework/crud-framework-dsl/
implementation 'com.antelopesystem.crudframework:crud-framework-dsl:0.2.0-RC4'
// https://jarcasting.com/artifacts/com.antelopesystem.crudframework/crud-framework-dsl/
implementation ("com.antelopesystem.crudframework:crud-framework-dsl:0.2.0-RC4")
'com.antelopesystem.crudframework:crud-framework-dsl:jar:0.2.0-RC4'
<dependency org="com.antelopesystem.crudframework" name="crud-framework-dsl" rev="0.2.0-RC4">
<artifact name="crud-framework-dsl" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.antelopesystem.crudframework', module='crud-framework-dsl', version='0.2.0-RC4')
)
libraryDependencies += "com.antelopesystem.crudframework" % "crud-framework-dsl" % "0.2.0-RC4"
[com.antelopesystem.crudframework/crud-framework-dsl "0.2.0-RC4"]