is not current version
Last Version 1.3.1

com.tavianator.sangria:sangria-core 1.1

Common code for Sangria

Categories

Categories

Avian
GroupId

GroupId

com.tavianator.sangria
ArtifactId

ArtifactId

sangria-core
Version

Version

1.1
Type

Type

jar

Download sangria-core 1.1


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