| License |
License |
|---|---|
| GroupId | GroupIdcom.github.ggalmazor |
| ArtifactId | ArtifactIdcore |
| Version | Version0.0.15 |
| Type | Typejar |
| Description |
DescriptionJFry
Java Fry is a web library inspired by Sinatra
|
| Filename | Size |
|---|---|
| core-0.0.15.pom | |
| core-0.0.15.jar | 21 KB |
| core-0.0.15-sources.jar | 8 KB |
| core-0.0.15-javadoc.jar | 62 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.ggalmazor/core/ -->
<dependency>
<groupId>com.github.ggalmazor</groupId>
<artifactId>core</artifactId>
<version>0.0.15</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.ggalmazor/core/
implementation 'com.github.ggalmazor:core:0.0.15'
// https://jarcasting.com/artifacts/com.github.ggalmazor/core/
implementation ("com.github.ggalmazor:core:0.0.15")
'com.github.ggalmazor:core:jar:0.0.15'
<dependency org="com.github.ggalmazor" name="core" rev="0.0.15">
<artifact name="core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.ggalmazor', module='core', version='0.0.15')
)
libraryDependencies += "com.github.ggalmazor" % "core" % "0.0.15"
[com.github.ggalmazor/core "0.0.15"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.eclipse.jetty : jetty-servlets | jar | 9.3.2.v20150730 |
| commons-io : commons-io | jar | 2.4 |
| org.eclipse.jetty : jetty-server | jar | 9.3.2.v20150730 |
| org.eclipse.jetty : jetty-servlet | jar | 9.3.2.v20150730 |
| ch.qos.logback : logback-classic | jar | 1.1.3 |
| com.javaslang : javaslang | jar | 2.0.0-beta |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.12 |
| org.assertj : assertj-core | jar | 3.1.0 |