License |
License |
---|---|
GroupId | GroupIdcom.github.ruediste.salta |
ArtifactId | ArtifactIdsalta-core |
Last Version | Last Version1.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionSalta Core
Core of the Salta Framework. Provides most of the infrastructure, but no API
|
Project URL |
Project URL |
Filename | Size |
---|---|
salta-core-1.1.pom | |
salta-core-1.1.jar | 221 KB |
salta-core-1.1-sources.jar | 98 KB |
salta-core-1.1-javadoc.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.ruediste.salta/salta-core/ -->
<dependency>
<groupId>com.github.ruediste.salta</groupId>
<artifactId>salta-core</artifactId>
<version>1.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.ruediste.salta/salta-core/
implementation 'com.github.ruediste.salta:salta-core:1.1'
// https://jarcasting.com/artifacts/com.github.ruediste.salta/salta-core/
implementation ("com.github.ruediste.salta:salta-core:1.1")
'com.github.ruediste.salta:salta-core:jar:1.1'
<dependency org="com.github.ruediste.salta" name="salta-core" rev="1.1">
<artifact name="salta-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.ruediste.salta', module='salta-core', version='1.1')
)
libraryDependencies += "com.github.ruediste.salta" % "salta-core" % "1.1"
[com.github.ruediste.salta/salta-core "1.1"]
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : slf4j-api | jar | 1.7.12 |
com.google.guava : guava | jar | 28.0-jre |
net.bytebuddy : byte-buddy | jar | 1.10.1 |
net.bytebuddy : byte-buddy-agent | jar | 1.10.1 |
org.ow2.asm : asm-tree | jar | 7.1 |
org.ow2.asm : asm-util | jar | 7.1 |
org.ow2.asm : asm-commons | jar | 7.1 |
Group / Artifact | Type | Version |
---|---|---|
javax.inject : javax.inject-tck | jar | 1 |
junit : junit | jar | 4.12 |
org.mockito : mockito-core | jar | 2.28.2 |