Categories |
CategoriesAnt Build Tools |
---|---|
GroupId | GroupIdcom.antelopesystem.crudframework |
ArtifactId | ArtifactIdcrud-framework-utils |
Version | Version0.4.4 |
Type | Typejar |
Filename | Size |
---|---|
crud-framework-utils-0.4.4.pom | |
crud-framework-utils-0.4.4.jar | 67 KB |
crud-framework-utils-0.4.4-sources.jar | 22 KB |
crud-framework-utils-0.4.4-javadoc.jar | 130 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.antelopesystem.crudframework/crud-framework-utils/ -->
<dependency>
<groupId>com.antelopesystem.crudframework</groupId>
<artifactId>crud-framework-utils</artifactId>
<version>0.4.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.antelopesystem.crudframework/crud-framework-utils/
implementation 'com.antelopesystem.crudframework:crud-framework-utils:0.4.4'
// https://jarcasting.com/artifacts/com.antelopesystem.crudframework/crud-framework-utils/
implementation ("com.antelopesystem.crudframework:crud-framework-utils:0.4.4")
'com.antelopesystem.crudframework:crud-framework-utils:jar:0.4.4'
<dependency org="com.antelopesystem.crudframework" name="crud-framework-utils" rev="0.4.4">
<artifact name="crud-framework-utils" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.antelopesystem.crudframework', module='crud-framework-utils', version='0.4.4')
)
libraryDependencies += "com.antelopesystem.crudframework" % "crud-framework-utils" % "0.4.4"
[com.antelopesystem.crudframework/crud-framework-utils "0.4.4"]