GroupId | GroupIdorg.nasdanika.html |
---|---|
ArtifactId | ArtifactIdapp |
Version | Version2021.6.6 |
Type | Typejar |
Filename | Size |
---|---|
app-2021.6.6.pom | |
app-2021.6.6.jar | 273 KB |
app-2021.6.6-sources.jar | 139 KB |
app-2021.6.6-javadoc.jar | 317 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/org.nasdanika.html/app/ -->
<dependency>
<groupId>org.nasdanika.html</groupId>
<artifactId>app</artifactId>
<version>2021.6.6</version>
</dependency>
// https://jarcasting.com/artifacts/org.nasdanika.html/app/
implementation 'org.nasdanika.html:app:2021.6.6'
// https://jarcasting.com/artifacts/org.nasdanika.html/app/
implementation ("org.nasdanika.html:app:2021.6.6")
'org.nasdanika.html:app:jar:2021.6.6'
<dependency org="org.nasdanika.html" name="app" rev="2021.6.6">
<artifact name="app" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.nasdanika.html', module='app', version='2021.6.6')
)
libraryDependencies += "org.nasdanika.html" % "app" % "2021.6.6"
[org.nasdanika.html/app "2021.6.6"]