| Categories |
CategoriesData |
|---|---|
| GroupId | GroupIdorg.appfuse |
| ArtifactId | ArtifactIdappfuse-data-common |
| Version | Version3.0.0 |
| Type | Typejar |
| Filename | Size |
|---|---|
| appfuse-data-common-3.0.0.pom | |
| appfuse-data-common-3.0.0.jar | 12 KB |
| appfuse-data-common-3.0.0-sources.jar | 8 KB |
| appfuse-data-common-3.0.0-javadoc.jar | 76 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.appfuse/appfuse-data-common/ -->
<dependency>
<groupId>org.appfuse</groupId>
<artifactId>appfuse-data-common</artifactId>
<version>3.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.appfuse/appfuse-data-common/
implementation 'org.appfuse:appfuse-data-common:3.0.0'
// https://jarcasting.com/artifacts/org.appfuse/appfuse-data-common/
implementation ("org.appfuse:appfuse-data-common:3.0.0")
'org.appfuse:appfuse-data-common:jar:3.0.0'
<dependency org="org.appfuse" name="appfuse-data-common" rev="3.0.0">
<artifact name="appfuse-data-common" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.appfuse', module='appfuse-data-common', version='3.0.0')
)
libraryDependencies += "org.appfuse" % "appfuse-data-common" % "3.0.0"
[org.appfuse/appfuse-data-common "3.0.0"]