GroupId | GroupIdcom.talanlabs |
---|---|
ArtifactId | ArtifactIdcomponent-entity |
Version | Version1.0.1 |
Type | Typejar |
Filename | Size |
---|---|
component-entity-1.0.1.pom | |
component-entity-1.0.1.jar | 22 KB |
component-entity-1.0.1-sources.jar | 13 KB |
component-entity-1.0.1-javadoc.jar | 166 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.talanlabs/component-entity/ -->
<dependency>
<groupId>com.talanlabs</groupId>
<artifactId>component-entity</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.talanlabs/component-entity/
implementation 'com.talanlabs:component-entity:1.0.1'
// https://jarcasting.com/artifacts/com.talanlabs/component-entity/
implementation ("com.talanlabs:component-entity:1.0.1")
'com.talanlabs:component-entity:jar:1.0.1'
<dependency org="com.talanlabs" name="component-entity" rev="1.0.1">
<artifact name="component-entity" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.talanlabs', module='component-entity', version='1.0.1')
)
libraryDependencies += "com.talanlabs" % "component-entity" % "1.0.1"
[com.talanlabs/component-entity "1.0.1"]