Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdcz.abclinuxu.datoveschranky |
ArtifactId | ArtifactIdexamples |
Version | Version1.0.0.Alpha |
Type | Typejar |
Filename | Size |
---|---|
examples-1.0.0.Alpha.pom | |
examples-1.0.0.Alpha.jar | 8 KB |
examples-1.0.0.Alpha-sources.jar | 3 KB |
examples-1.0.0.Alpha-javadoc.jar | 32 KB |
Browse |
<!-- https://jarcasting.com/artifacts/cz.abclinuxu.datoveschranky/examples/ -->
<dependency>
<groupId>cz.abclinuxu.datoveschranky</groupId>
<artifactId>examples</artifactId>
<version>1.0.0.Alpha</version>
</dependency>
// https://jarcasting.com/artifacts/cz.abclinuxu.datoveschranky/examples/
implementation 'cz.abclinuxu.datoveschranky:examples:1.0.0.Alpha'
// https://jarcasting.com/artifacts/cz.abclinuxu.datoveschranky/examples/
implementation ("cz.abclinuxu.datoveschranky:examples:1.0.0.Alpha")
'cz.abclinuxu.datoveschranky:examples:jar:1.0.0.Alpha'
<dependency org="cz.abclinuxu.datoveschranky" name="examples" rev="1.0.0.Alpha">
<artifact name="examples" type="jar" />
</dependency>
@Grapes(
@Grab(group='cz.abclinuxu.datoveschranky', module='examples', version='1.0.0.Alpha')
)
libraryDependencies += "cz.abclinuxu.datoveschranky" % "examples" % "1.0.0.Alpha"
[cz.abclinuxu.datoveschranky/examples "1.0.0.Alpha"]