Categories |
CategoriesJakarta Server Pages Jakarta EE The Web Tier |
---|---|
GroupId | GroupIdcom.maple86 |
ArtifactId | ArtifactIdjspon |
Version | Version1.0.0 |
Type | Typejar |
Filename | Size |
---|---|
jspon-1.0.0.pom | |
jspon-1.0.0.jar | 90 KB |
jspon-1.0.0-sources.jar | 43 KB |
jspon-1.0.0-javadoc.jar | 350 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.maple86/jspon/ -->
<dependency>
<groupId>com.maple86</groupId>
<artifactId>jspon</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.maple86/jspon/
implementation 'com.maple86:jspon:1.0.0'
// https://jarcasting.com/artifacts/com.maple86/jspon/
implementation ("com.maple86:jspon:1.0.0")
'com.maple86:jspon:jar:1.0.0'
<dependency org="com.maple86" name="jspon" rev="1.0.0">
<artifact name="jspon" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.maple86', module='jspon', version='1.0.0')
)
libraryDependencies += "com.maple86" % "jspon" % "1.0.0"
[com.maple86/jspon "1.0.0"]