Categories |
CategoriesJavaScript Languages |
---|---|
GroupId | GroupIdcom.msabhi |
ArtifactId | ArtifactIdflywheel-js |
Version | Version1.0.1-RC |
Type | Typepom |
Filename | Size |
---|---|
flywheel-js-1.0.1-RC.pom | |
flywheel-js-1.0.1-RC-sources.jar | 12 KB |
flywheel-js-1.0.1-RC-javadoc.jar | 367 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.msabhi/flywheel-js/ -->
<dependency>
<groupId>com.msabhi</groupId>
<artifactId>flywheel-js</artifactId>
<version>1.0.1-RC</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.msabhi/flywheel-js/
implementation 'com.msabhi:flywheel-js:1.0.1-RC'
// https://jarcasting.com/artifacts/com.msabhi/flywheel-js/
implementation ("com.msabhi:flywheel-js:1.0.1-RC")
'com.msabhi:flywheel-js:pom:1.0.1-RC'
<dependency org="com.msabhi" name="flywheel-js" rev="1.0.1-RC">
<artifact name="flywheel-js" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.msabhi', module='flywheel-js', version='1.0.1-RC')
)
libraryDependencies += "com.msabhi" % "flywheel-js" % "1.0.1-RC"
[com.msabhi/flywheel-js "1.0.1-RC"]