GroupId | GroupIdcom.talanlabs |
---|---|
ArtifactId | ArtifactIdcomponent-bean-parent |
Version | Version1.0.0 |
Type | Typepom |
Filename | Size |
---|---|
component-bean-parent-1.0.0.pom | 13 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.talanlabs/component-bean-parent/ -->
<dependency>
<groupId>com.talanlabs</groupId>
<artifactId>component-bean-parent</artifactId>
<version>1.0.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.talanlabs/component-bean-parent/
implementation 'com.talanlabs:component-bean-parent:1.0.0'
// https://jarcasting.com/artifacts/com.talanlabs/component-bean-parent/
implementation ("com.talanlabs:component-bean-parent:1.0.0")
'com.talanlabs:component-bean-parent:pom:1.0.0'
<dependency org="com.talanlabs" name="component-bean-parent" rev="1.0.0">
<artifact name="component-bean-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.talanlabs', module='component-bean-parent', version='1.0.0')
)
libraryDependencies += "com.talanlabs" % "component-bean-parent" % "1.0.0"
[com.talanlabs/component-bean-parent "1.0.0"]