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