GroupId | GroupIdorg.smartboot.servlet |
---|---|
ArtifactId | ArtifactIdservlet-core |
Version | Version0.1.1 |
Type | Typejar |
Filename | Size |
---|---|
servlet-core-0.1.1.pom | |
servlet-core-0.1.1.jar | 90 KB |
servlet-core-0.1.1-sources.jar | 55 KB |
servlet-core-0.1.1-javadoc.jar | 332 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.smartboot.servlet/servlet-core/ -->
<dependency>
<groupId>org.smartboot.servlet</groupId>
<artifactId>servlet-core</artifactId>
<version>0.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.smartboot.servlet/servlet-core/
implementation 'org.smartboot.servlet:servlet-core:0.1.1'
// https://jarcasting.com/artifacts/org.smartboot.servlet/servlet-core/
implementation ("org.smartboot.servlet:servlet-core:0.1.1")
'org.smartboot.servlet:servlet-core:jar:0.1.1'
<dependency org="org.smartboot.servlet" name="servlet-core" rev="0.1.1">
<artifact name="servlet-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.smartboot.servlet', module='servlet-core', version='0.1.1')
)
libraryDependencies += "org.smartboot.servlet" % "servlet-core" % "0.1.1"
[org.smartboot.servlet/servlet-core "0.1.1"]