GroupId | GroupIdcom.aggrepoint.framework |
---|---|
ArtifactId | ArtifactIdwinlet |
Version | Version1.0.10 |
Type | Typejar |
Filename | Size |
---|---|
winlet-1.0.10.pom | |
winlet-1.0.10.jar | 315 KB |
winlet-1.0.10-sources.jar | 199 KB |
winlet-1.0.10-javadoc.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/com.aggrepoint.framework/winlet/ -->
<dependency>
<groupId>com.aggrepoint.framework</groupId>
<artifactId>winlet</artifactId>
<version>1.0.10</version>
</dependency>
// https://jarcasting.com/artifacts/com.aggrepoint.framework/winlet/
implementation 'com.aggrepoint.framework:winlet:1.0.10'
// https://jarcasting.com/artifacts/com.aggrepoint.framework/winlet/
implementation ("com.aggrepoint.framework:winlet:1.0.10")
'com.aggrepoint.framework:winlet:jar:1.0.10'
<dependency org="com.aggrepoint.framework" name="winlet" rev="1.0.10">
<artifact name="winlet" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.aggrepoint.framework', module='winlet', version='1.0.10')
)
libraryDependencies += "com.aggrepoint.framework" % "winlet" % "1.0.10"
[com.aggrepoint.framework/winlet "1.0.10"]