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