Categories |
CategoriesNet |
---|---|
GroupId | GroupIdnet.davidbuccola.force-spa |
ArtifactId | ArtifactIdforce-spa-core |
Version | Version1.0 |
Type | Typejar |
Filename | Size |
---|---|
force-spa-core-1.0.pom | |
force-spa-core-1.0.jar | 105 KB |
force-spa-core-1.0-sources.jar | 57 KB |
force-spa-core-1.0-javadoc.jar | 316 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/net.davidbuccola.force-spa/force-spa-core/ -->
<dependency>
<groupId>net.davidbuccola.force-spa</groupId>
<artifactId>force-spa-core</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/net.davidbuccola.force-spa/force-spa-core/
implementation 'net.davidbuccola.force-spa:force-spa-core:1.0'
// https://jarcasting.com/artifacts/net.davidbuccola.force-spa/force-spa-core/
implementation ("net.davidbuccola.force-spa:force-spa-core:1.0")
'net.davidbuccola.force-spa:force-spa-core:jar:1.0'
<dependency org="net.davidbuccola.force-spa" name="force-spa-core" rev="1.0">
<artifact name="force-spa-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.davidbuccola.force-spa', module='force-spa-core', version='1.0')
)
libraryDependencies += "net.davidbuccola.force-spa" % "force-spa-core" % "1.0"
[net.davidbuccola.force-spa/force-spa-core "1.0"]