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