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