GroupId | GroupIdorg.nasdanika.html |
---|---|
ArtifactId | ArtifactIdapp |
Version | Version2021.6.5 |
Type | Typejar |
Filename | Size |
---|---|
app-2021.6.5.pom | |
app-2021.6.5.jar | 273 KB |
app-2021.6.5-sources.jar | 139 KB |
app-2021.6.5-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.5</version>
</dependency>
// https://jarcasting.com/artifacts/org.nasdanika.html/app/
implementation 'org.nasdanika.html:app:2021.6.5'
// https://jarcasting.com/artifacts/org.nasdanika.html/app/
implementation ("org.nasdanika.html:app:2021.6.5")
'org.nasdanika.html:app:jar:2021.6.5'
<dependency org="org.nasdanika.html" name="app" rev="2021.6.5">
<artifact name="app" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.nasdanika.html', module='app', version='2021.6.5')
)
libraryDependencies += "org.nasdanika.html" % "app" % "2021.6.5"
[org.nasdanika.html/app "2021.6.5"]