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