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