Categories |
CategoriesJavaScript Languages |
---|---|
GroupId | GroupIdcom.github.flowersinthesand |
ArtifactId | ArtifactIdportal-javascript |
Version | Version0.2 |
Type | Typewar |
Filename | Size |
---|---|
portal-javascript-0.2.pom | |
portal-javascript-0.2.war | 15 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.flowersinthesand/portal-javascript/ -->
<dependency>
<groupId>com.github.flowersinthesand</groupId>
<artifactId>portal-javascript</artifactId>
<version>0.2</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.flowersinthesand/portal-javascript/
implementation 'com.github.flowersinthesand:portal-javascript:0.2'
// https://jarcasting.com/artifacts/com.github.flowersinthesand/portal-javascript/
implementation ("com.github.flowersinthesand:portal-javascript:0.2")
'com.github.flowersinthesand:portal-javascript:war:0.2'
<dependency org="com.github.flowersinthesand" name="portal-javascript" rev="0.2">
<artifact name="portal-javascript" type="war" />
</dependency>
@Grapes(
@Grab(group='com.github.flowersinthesand', module='portal-javascript', version='0.2')
)
libraryDependencies += "com.github.flowersinthesand" % "portal-javascript" % "0.2"
[com.github.flowersinthesand/portal-javascript "0.2"]