is not current version
Last Version 1.3.1

com.tavianator.sangria:sangria-core 1.0

Common code for Sangria

Categories

Categories

Avian
GroupId

GroupId

com.tavianator.sangria
ArtifactId

ArtifactId

sangria-core
Version

Version

1.0
Type

Type

jar

Download sangria-core 1.0


<!-- https://jarcasting.com/artifacts/com.tavianator.sangria/sangria-core/ -->
<dependency>
    <groupId>com.tavianator.sangria</groupId>
    <artifactId>sangria-core</artifactId>
    <version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.tavianator.sangria/sangria-core/
implementation 'com.tavianator.sangria:sangria-core:1.0'
// https://jarcasting.com/artifacts/com.tavianator.sangria/sangria-core/
implementation ("com.tavianator.sangria:sangria-core:1.0")
'com.tavianator.sangria:sangria-core:jar:1.0'
<dependency org="com.tavianator.sangria" name="sangria-core" rev="1.0">
  <artifact name="sangria-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.tavianator.sangria', module='sangria-core', version='1.0')
)
libraryDependencies += "com.tavianator.sangria" % "sangria-core" % "1.0"
[com.tavianator.sangria/sangria-core "1.0"]