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