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