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