is not current version
Last Version 2.4.4

com.github.housepower:examples 2.4.3


GroupId

GroupId

com.github.housepower
ArtifactId

ArtifactId

examples
Version

Version

2.4.3
Type

Type

jar

Download examples 2.4.3


<!-- https://jarcasting.com/artifacts/com.github.housepower/examples/ -->
<dependency>
    <groupId>com.github.housepower</groupId>
    <artifactId>examples</artifactId>
    <version>2.4.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.housepower/examples/
implementation 'com.github.housepower:examples:2.4.3'
// https://jarcasting.com/artifacts/com.github.housepower/examples/
implementation ("com.github.housepower:examples:2.4.3")
'com.github.housepower:examples:jar:2.4.3'
<dependency org="com.github.housepower" name="examples" rev="2.4.3">
  <artifact name="examples" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.housepower', module='examples', version='2.4.3')
)
libraryDependencies += "com.github.housepower" % "examples" % "2.4.3"
[com.github.housepower/examples "2.4.3"]