License |
License |
---|---|
Categories |
CategoriesCLI User Interface |
GroupId | GroupIdcz.abclinuxu.datoveschranky |
ArtifactId | ArtifactIdexamples |
Version | Version1.1.2 |
Type | Typejar |
Description |
DescriptionJavaISDS :: Examples
Example usage of JavaISDS library.
|
Filename | Size |
---|---|
examples-1.1.2.pom | |
examples-1.1.2.jar | 8 KB |
examples-1.1.2-sources.jar | 3 KB |
examples-1.1.2-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.2</version>
</dependency>
// https://jarcasting.com/artifacts/cz.abclinuxu.datoveschranky/examples/
implementation 'cz.abclinuxu.datoveschranky:examples:1.1.2'
// https://jarcasting.com/artifacts/cz.abclinuxu.datoveschranky/examples/
implementation ("cz.abclinuxu.datoveschranky:examples:1.1.2")
'cz.abclinuxu.datoveschranky:examples:jar:1.1.2'
<dependency org="cz.abclinuxu.datoveschranky" name="examples" rev="1.1.2">
<artifact name="examples" type="jar" />
</dependency>
@Grapes(
@Grab(group='cz.abclinuxu.datoveschranky', module='examples', version='1.1.2')
)
libraryDependencies += "cz.abclinuxu.datoveschranky" % "examples" % "1.1.2"
[cz.abclinuxu.datoveschranky/examples "1.1.2"]
Group / Artifact | Type | Version |
---|---|---|
cz.abclinuxu.datoveschranky : isds | jar | 1.1.2 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |