is not current version
Last Version 1.3.1

com.tavianator.sangria:sangria-core 1.3

Common code for Sangria

Categories

Categories

Avian
GroupId

GroupId

com.tavianator.sangria
ArtifactId

ArtifactId

sangria-core
Version

Version

1.3
Type

Type

jar

Download sangria-core 1.3


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