GroupId | GroupIdorg.extrema-sistemas |
---|---|
ArtifactId | ArtifactIdsimpleds |
Version | Version1.0 |
Type | Typejar |
Filename | Size |
---|---|
simpleds-1.0.pom | |
simpleds-1.0.jar | 110 KB |
simpleds-1.0-sources.jar | 73 KB |
simpleds-1.0-javadoc.jar | 312 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.extrema-sistemas/simpleds/ -->
<dependency>
<groupId>org.extrema-sistemas</groupId>
<artifactId>simpleds</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.extrema-sistemas/simpleds/
implementation 'org.extrema-sistemas:simpleds:1.0'
// https://jarcasting.com/artifacts/org.extrema-sistemas/simpleds/
implementation ("org.extrema-sistemas:simpleds:1.0")
'org.extrema-sistemas:simpleds:jar:1.0'
<dependency org="org.extrema-sistemas" name="simpleds" rev="1.0">
<artifact name="simpleds" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.extrema-sistemas', module='simpleds', version='1.0')
)
libraryDependencies += "org.extrema-sistemas" % "simpleds" % "1.0"
[org.extrema-sistemas/simpleds "1.0"]