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