| Categories |
CategoriesJakarta Server Pages Jakarta EE The Web Tier |
|---|---|
| GroupId | GroupIdorg.jspringbot |
| ArtifactId | ArtifactIdjspringbot-general |
| Version | Version1.3 |
| Type | Typejar |
| Filename | Size |
|---|---|
| jspringbot-general-1.3.pom | |
| jspringbot-general-1.3.jar | 3 KB |
| jspringbot-general-1.3-sources.jar | 1 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.jspringbot/jspringbot-general/ -->
<dependency>
<groupId>org.jspringbot</groupId>
<artifactId>jspringbot-general</artifactId>
<version>1.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.jspringbot/jspringbot-general/
implementation 'org.jspringbot:jspringbot-general:1.3'
// https://jarcasting.com/artifacts/org.jspringbot/jspringbot-general/
implementation ("org.jspringbot:jspringbot-general:1.3")
'org.jspringbot:jspringbot-general:jar:1.3'
<dependency org="org.jspringbot" name="jspringbot-general" rev="1.3">
<artifact name="jspringbot-general" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jspringbot', module='jspringbot-general', version='1.3')
)
libraryDependencies += "org.jspringbot" % "jspringbot-general" % "1.3"
[org.jspringbot/jspringbot-general "1.3"]