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