GroupId | GroupIdorg.appfuse |
---|---|
ArtifactId | ArtifactIdappfuse-web-common |
Version | Version2.2.1 |
Type | Typejar |
Filename | Size |
---|---|
appfuse-web-common-2.2.1.pom | |
appfuse-web-common-2.2.1.jar | 78 KB |
appfuse-web-common-2.2.1-sources.jar | 73 KB |
appfuse-web-common-2.2.1-javadoc.jar | 107 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.appfuse/appfuse-web-common/ -->
<dependency>
<groupId>org.appfuse</groupId>
<artifactId>appfuse-web-common</artifactId>
<version>2.2.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.appfuse/appfuse-web-common/
implementation 'org.appfuse:appfuse-web-common:2.2.1'
// https://jarcasting.com/artifacts/org.appfuse/appfuse-web-common/
implementation ("org.appfuse:appfuse-web-common:2.2.1")
'org.appfuse:appfuse-web-common:jar:2.2.1'
<dependency org="org.appfuse" name="appfuse-web-common" rev="2.2.1">
<artifact name="appfuse-web-common" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.appfuse', module='appfuse-web-common', version='2.2.1')
)
libraryDependencies += "org.appfuse" % "appfuse-web-common" % "2.2.1"
[org.appfuse/appfuse-web-common "2.2.1"]