Categories |
CategoriesAvian |
---|---|
GroupId | GroupIdcom.tavianator.sangria |
ArtifactId | ArtifactIdsangria-listbinder |
Version | Version1.1 |
Type | Typejar |
Filename | Size |
---|---|
sangria-listbinder-1.1.pom | |
sangria-listbinder-1.1.jar | 15 KB |
sangria-listbinder-1.1-sources.jar | 7 KB |
sangria-listbinder-1.1-javadoc.jar | 34 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.tavianator.sangria/sangria-listbinder/ -->
<dependency>
<groupId>com.tavianator.sangria</groupId>
<artifactId>sangria-listbinder</artifactId>
<version>1.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.tavianator.sangria/sangria-listbinder/
implementation 'com.tavianator.sangria:sangria-listbinder:1.1'
// https://jarcasting.com/artifacts/com.tavianator.sangria/sangria-listbinder/
implementation ("com.tavianator.sangria:sangria-listbinder:1.1")
'com.tavianator.sangria:sangria-listbinder:jar:1.1'
<dependency org="com.tavianator.sangria" name="sangria-listbinder" rev="1.1">
<artifact name="sangria-listbinder" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.tavianator.sangria', module='sangria-listbinder', version='1.1')
)
libraryDependencies += "com.tavianator.sangria" % "sangria-listbinder" % "1.1"
[com.tavianator.sangria/sangria-listbinder "1.1"]