Categories |
CategoriesJava Languages |
---|---|
GroupId | GroupIdcom.github.Simonwep |
ArtifactId | ArtifactIdjava-express |
Version | Version0.0.9 |
Type | Typejar |
Filename | Size |
---|---|
java-express-0.0.9.pom | |
java-express-0.0.9.jar | 83 KB |
java-express-0.0.9-sources.jar | 41 KB |
java-express-0.0.9-javadoc.jar | 222 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.Simonwep/java-express/ -->
<dependency>
<groupId>com.github.Simonwep</groupId>
<artifactId>java-express</artifactId>
<version>0.0.9</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.Simonwep/java-express/
implementation 'com.github.Simonwep:java-express:0.0.9'
// https://jarcasting.com/artifacts/com.github.Simonwep/java-express/
implementation ("com.github.Simonwep:java-express:0.0.9")
'com.github.Simonwep:java-express:jar:0.0.9'
<dependency org="com.github.Simonwep" name="java-express" rev="0.0.9">
<artifact name="java-express" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.Simonwep', module='java-express', version='0.0.9')
)
libraryDependencies += "com.github.Simonwep" % "java-express" % "0.0.9"
[com.github.Simonwep/java-express "0.0.9"]