Categories |
CategoriesNet |
---|---|
GroupId | GroupIdnet.codecrafting |
ArtifactId | ArtifactIdspringfx-core |
Version | Version0.1.0-beta |
Type | Typejar |
Filename | Size |
---|---|
springfx-core-0.1.0-beta.pom | |
springfx-core-0.1.0-beta.jar | 66 KB |
springfx-core-0.1.0-beta-sources.jar | 59 KB |
springfx-core-0.1.0-beta-javadoc.jar | 172 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.codecrafting/springfx-core/ -->
<dependency>
<groupId>net.codecrafting</groupId>
<artifactId>springfx-core</artifactId>
<version>0.1.0-beta</version>
</dependency>
// https://jarcasting.com/artifacts/net.codecrafting/springfx-core/
implementation 'net.codecrafting:springfx-core:0.1.0-beta'
// https://jarcasting.com/artifacts/net.codecrafting/springfx-core/
implementation ("net.codecrafting:springfx-core:0.1.0-beta")
'net.codecrafting:springfx-core:jar:0.1.0-beta'
<dependency org="net.codecrafting" name="springfx-core" rev="0.1.0-beta">
<artifact name="springfx-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.codecrafting', module='springfx-core', version='0.1.0-beta')
)
libraryDependencies += "net.codecrafting" % "springfx-core" % "0.1.0-beta"
[net.codecrafting/springfx-core "0.1.0-beta"]