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