Last Version

injecttext 1.0.0

A super simple library to be used to inject text (typically UTF-8) into class, not exceeding Java's 64k limit.

License

License

GroupId

GroupId

org.ainslec
ArtifactId

ArtifactId

injecttext
Version

Version

1.0.0
Type

Type

jar
Description

Description

injecttext
A super simple library to be used to inject text (typically UTF-8) into class, not exceeding Java's 64k limit.
Project URL

Project URL

https://github.com/ainslec/injecttext
Source Code Management

Source Code Management

https://github.com/ainslec/injecttext/tree/master

Download injecttext 1.0.0


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

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.