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