| GroupId | GroupIdorg.analogweb |
|---|---|
| ArtifactId | ArtifactIdanalogweb-parent-modules |
| Version | Version16 |
| Type | Typejar |
| Filename | Size |
|---|---|
| analogweb-parent-modules-16.pom | 12 KB |
| analogweb-parent-modules-16-tests.jar | 4 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.analogweb/analogweb-parent-modules/ -->
<dependency>
<groupId>org.analogweb</groupId>
<artifactId>analogweb-parent-modules</artifactId>
<version>16</version>
</dependency>
// https://jarcasting.com/artifacts/org.analogweb/analogweb-parent-modules/
implementation 'org.analogweb:analogweb-parent-modules:16'
// https://jarcasting.com/artifacts/org.analogweb/analogweb-parent-modules/
implementation ("org.analogweb:analogweb-parent-modules:16")
'org.analogweb:analogweb-parent-modules:jar:16'
<dependency org="org.analogweb" name="analogweb-parent-modules" rev="16">
<artifact name="analogweb-parent-modules" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.analogweb', module='analogweb-parent-modules', version='16')
)
libraryDependencies += "org.analogweb" % "analogweb-parent-modules" % "16"
[org.analogweb/analogweb-parent-modules "16"]