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