GroupId | GroupIdorg.bardframework.commons |
---|---|
ArtifactId | ArtifactIdcommon-web |
Version | Version1.2.28 |
Type | Typejar |
Filename | Size |
---|---|
common-web-1.2.28.pom | |
common-web-1.2.28.jar | 21 KB |
common-web-1.2.28-sources.jar | 15 KB |
common-web-1.2.28-javadoc.jar | 181 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.bardframework.commons/common-web/ -->
<dependency>
<groupId>org.bardframework.commons</groupId>
<artifactId>common-web</artifactId>
<version>1.2.28</version>
</dependency>
// https://jarcasting.com/artifacts/org.bardframework.commons/common-web/
implementation 'org.bardframework.commons:common-web:1.2.28'
// https://jarcasting.com/artifacts/org.bardframework.commons/common-web/
implementation ("org.bardframework.commons:common-web:1.2.28")
'org.bardframework.commons:common-web:jar:1.2.28'
<dependency org="org.bardframework.commons" name="common-web" rev="1.2.28">
<artifact name="common-web" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.bardframework.commons', module='common-web', version='1.2.28')
)
libraryDependencies += "org.bardframework.commons" % "common-web" % "1.2.28"
[org.bardframework.commons/common-web "1.2.28"]