| License |
License |
|---|---|
| GroupId | GroupIdorg.unidal.webres |
| ArtifactId | ArtifactIdbase |
| Version | Version1.2.1 |
| Type | Typepom |
| Description |
DescriptionBase POM
Unidal Framework Webres
|
| Project URL |
Project URL |
| Project Organization |
Project OrganizationUnidal Organization |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| base-1.2.1.pom | |
| Browse |
<!-- https://jarcasting.com/artifacts/org.unidal.webres/base/ -->
<dependency>
<groupId>org.unidal.webres</groupId>
<artifactId>base</artifactId>
<version>1.2.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.unidal.webres/base/
implementation 'org.unidal.webres:base:1.2.1'
// https://jarcasting.com/artifacts/org.unidal.webres/base/
implementation ("org.unidal.webres:base:1.2.1")
'org.unidal.webres:base:pom:1.2.1'
<dependency org="org.unidal.webres" name="base" rev="1.2.1">
<artifact name="base" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.unidal.webres', module='base', version='1.2.1')
)
libraryDependencies += "org.unidal.webres" % "base" % "1.2.1"
[org.unidal.webres/base "1.2.1"]