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