License |
License |
---|---|
GroupId | GroupIdcom.silentgo |
ArtifactId | ArtifactIdjetbrick |
Version | Version0.0.6 |
Type | Typejar |
Description |
DescriptionLight Java MVC Framework
|
Filename | Size |
---|---|
jetbrick-0.0.6.pom | |
jetbrick-0.0.6.jar | 4 KB |
jetbrick-0.0.6-sources.jar | 2 KB |
jetbrick-0.0.6-javadoc.jar | 29 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.silentgo/jetbrick/ -->
<dependency>
<groupId>com.silentgo</groupId>
<artifactId>jetbrick</artifactId>
<version>0.0.6</version>
</dependency>
// https://jarcasting.com/artifacts/com.silentgo/jetbrick/
implementation 'com.silentgo:jetbrick:0.0.6'
// https://jarcasting.com/artifacts/com.silentgo/jetbrick/
implementation ("com.silentgo:jetbrick:0.0.6")
'com.silentgo:jetbrick:jar:0.0.6'
<dependency org="com.silentgo" name="jetbrick" rev="0.0.6">
<artifact name="jetbrick" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.silentgo', module='jetbrick', version='0.0.6')
)
libraryDependencies += "com.silentgo" % "jetbrick" % "0.0.6"
[com.silentgo/jetbrick "0.0.6"]
Group / Artifact | Type | Version |
---|---|---|
com.github.subchen : jetbrick-template-web | jar | 2.0.10 |
com.silentgo : utils | jar | 0.1.7 |
Group / Artifact | Type | Version |
---|---|---|
com.silentgo : framework | jar | 0.0.32 |
javax.servlet : javax.servlet-api | jar | 3.1.0 |