GroupId | GroupIddev.profunktor |
---|---|
ArtifactId | ArtifactIdneutron-core_3 |
Version | Version0.5.0 |
Type | Typejar |
Filename | Size |
---|---|
neutron-core_3-0.5.0.pom | |
neutron-core_3-0.5.0.jar | 321 KB |
neutron-core_3-0.5.0-sources.jar | 24 KB |
neutron-core_3-0.5.0-javadoc.jar | 2 MB |
Browse |
<!-- https://jarcasting.com/artifacts/dev.profunktor/neutron-core_3/ -->
<dependency>
<groupId>dev.profunktor</groupId>
<artifactId>neutron-core_3</artifactId>
<version>0.5.0</version>
</dependency>
// https://jarcasting.com/artifacts/dev.profunktor/neutron-core_3/
implementation 'dev.profunktor:neutron-core_3:0.5.0'
// https://jarcasting.com/artifacts/dev.profunktor/neutron-core_3/
implementation ("dev.profunktor:neutron-core_3:0.5.0")
'dev.profunktor:neutron-core_3:jar:0.5.0'
<dependency org="dev.profunktor" name="neutron-core_3" rev="0.5.0">
<artifact name="neutron-core_3" type="jar" />
</dependency>
@Grapes(
@Grab(group='dev.profunktor', module='neutron-core_3', version='0.5.0')
)
libraryDependencies += "dev.profunktor" % "neutron-core_3" % "0.5.0"
[dev.profunktor/neutron-core_3 "0.5.0"]