Categories |
CategoriesTape Data Data Structures |
---|---|
GroupId | GroupIdorg.tynamo |
ArtifactId | ArtifactIdtapestry-conversations |
Version | Version0.1.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.tynamo/tapestry-conversations/ -->
<dependency>
<groupId>org.tynamo</groupId>
<artifactId>tapestry-conversations</artifactId>
<version>0.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.tynamo/tapestry-conversations/
implementation 'org.tynamo:tapestry-conversations:0.1.0'
// https://jarcasting.com/artifacts/org.tynamo/tapestry-conversations/
implementation ("org.tynamo:tapestry-conversations:0.1.0")
'org.tynamo:tapestry-conversations:jar:0.1.0'
<dependency org="org.tynamo" name="tapestry-conversations" rev="0.1.0">
<artifact name="tapestry-conversations" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.tynamo', module='tapestry-conversations', version='0.1.0')
)
libraryDependencies += "org.tynamo" % "tapestry-conversations" % "0.1.0"
[org.tynamo/tapestry-conversations "0.1.0"]