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