GroupId | GroupIdcom.inspire-software.lib.dto.geda |
---|---|
ArtifactId | ArtifactIdgeda.examples |
Version | Version2.1.0 |
Type | Typejar |
Filename | Size |
---|---|
geda.examples-2.1.0.pom | |
geda.examples-2.1.0.jar | 30 KB |
geda.examples-2.1.0-sources.jar | 27 KB |
geda.examples-2.1.0-javadoc.jar | 240 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.inspire-software.lib.dto.geda/geda.examples/ -->
<dependency>
<groupId>com.inspire-software.lib.dto.geda</groupId>
<artifactId>geda.examples</artifactId>
<version>2.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.inspire-software.lib.dto.geda/geda.examples/
implementation 'com.inspire-software.lib.dto.geda:geda.examples:2.1.0'
// https://jarcasting.com/artifacts/com.inspire-software.lib.dto.geda/geda.examples/
implementation ("com.inspire-software.lib.dto.geda:geda.examples:2.1.0")
'com.inspire-software.lib.dto.geda:geda.examples:jar:2.1.0'
<dependency org="com.inspire-software.lib.dto.geda" name="geda.examples" rev="2.1.0">
<artifact name="geda.examples" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.inspire-software.lib.dto.geda', module='geda.examples', version='2.1.0')
)
libraryDependencies += "com.inspire-software.lib.dto.geda" % "geda.examples" % "2.1.0"
[com.inspire-software.lib.dto.geda/geda.examples "2.1.0"]