Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdone.xingyi |
ArtifactId | ArtifactIdtrafficlights |
Version | Version1.0 |
Type | Typejar |
Filename | Size |
---|---|
trafficlights-1.0.pom | |
trafficlights-1.0.jar | 34 KB |
trafficlights-1.0-tests.jar | 9 KB |
trafficlights-1.0-sources.jar | 23 KB |
trafficlights-1.0-javadoc.jar | 558 KB |
Browse |
<!-- https://jarcasting.com/artifacts/one.xingyi/trafficlights/ -->
<dependency>
<groupId>one.xingyi</groupId>
<artifactId>trafficlights</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/one.xingyi/trafficlights/
implementation 'one.xingyi:trafficlights:1.0'
// https://jarcasting.com/artifacts/one.xingyi/trafficlights/
implementation ("one.xingyi:trafficlights:1.0")
'one.xingyi:trafficlights:jar:1.0'
<dependency org="one.xingyi" name="trafficlights" rev="1.0">
<artifact name="trafficlights" type="jar" />
</dependency>
@Grapes(
@Grab(group='one.xingyi', module='trafficlights', version='1.0')
)
libraryDependencies += "one.xingyi" % "trafficlights" % "1.0"
[one.xingyi/trafficlights "1.0"]