GroupId | GroupIdcom.fastviewx |
---|---|
ArtifactId | ArtifactIdfastviewx |
Version | Version1.0 |
Type | Typepom |
Filename | Size |
---|---|
fastviewx-1.0.pom | 3 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.fastviewx/fastviewx/ -->
<dependency>
<groupId>com.fastviewx</groupId>
<artifactId>fastviewx</artifactId>
<version>1.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.fastviewx/fastviewx/
implementation 'com.fastviewx:fastviewx:1.0'
// https://jarcasting.com/artifacts/com.fastviewx/fastviewx/
implementation ("com.fastviewx:fastviewx:1.0")
'com.fastviewx:fastviewx:pom:1.0'
<dependency org="com.fastviewx" name="fastviewx" rev="1.0">
<artifact name="fastviewx" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.fastviewx', module='fastviewx', version='1.0')
)
libraryDependencies += "com.fastviewx" % "fastviewx" % "1.0"
[com.fastviewx/fastviewx "1.0"]