GroupId | GroupIdorg.bardframework.crud |
---|---|
ArtifactId | ArtifactIdcrud-api |
Version | Version0.3.1 |
Type | Typejar |
Filename | Size |
---|---|
crud-api-0.3.1.pom | |
crud-api-0.3.1.jar | 56 KB |
crud-api-0.3.1-tests.jar | 29 KB |
crud-api-0.3.1-sources.jar | 34 KB |
crud-api-0.3.1-javadoc.jar | 308 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.bardframework.crud/crud-api/ -->
<dependency>
<groupId>org.bardframework.crud</groupId>
<artifactId>crud-api</artifactId>
<version>0.3.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.bardframework.crud/crud-api/
implementation 'org.bardframework.crud:crud-api:0.3.1'
// https://jarcasting.com/artifacts/org.bardframework.crud/crud-api/
implementation ("org.bardframework.crud:crud-api:0.3.1")
'org.bardframework.crud:crud-api:jar:0.3.1'
<dependency org="org.bardframework.crud" name="crud-api" rev="0.3.1">
<artifact name="crud-api" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.bardframework.crud', module='crud-api', version='0.3.1')
)
libraryDependencies += "org.bardframework.crud" % "crud-api" % "0.3.1"
[org.bardframework.crud/crud-api "0.3.1"]